none

inline fun none(predicate: (L) -> Boolean): Boolean

Returns false if the predicate is met by the value if this is Left or true otherwise.

Return

false if the predicate is met by the value if this is Left or true otherwise.

Since

1.1

Parameters

predicate

Predicate function.